Hi
I'm trying to install Zabbix 3.0.3 in Ubuntu, but I get the following error when launching the ./configure
error:
and as a consequence, obviously :
this is the code in "config"
Can you help me ?
Andrea
I'm trying to install Zabbix 3.0.3 in Ubuntu, but I get the following error when launching the ./configure
error:
Code:
unexpected token `IKSEMEL, iksemel, ' ./configure: line 9001: syntax error near unexpected token `IKSEMEL,iksemel,' ./configure: line 9001: ` PKG_CHECK_MODULES(IKSEMEL,iksemel,'
Code:
... # make install make: *** No rule to make target 'install'. Stop.
Code:
8999 if test "x$_libiksemel_with" != x"no"; then 9000 if test "$_libiksemel_with" = "yes"; then 9001 PKG_CHECK_MODULES(IKSEMEL,iksemel, 9002 9003 JABBER_INCDIR="$IKSEMEL_CPPFLAGS" 9004 JABBER_LIBDIR="$IKSEMEL_LDFLAGS" 9005 JABBER_LIBS="-liksemel" 9006 , 9007 found_iksemel="no" 9008 found_jabber="no" 9009 ) 9010 else
Can you help me ?
Andrea


Comment